Skip to main content

Get-Selector

SYNOPSIS​

SYNTAX​

Get-Selector [[-PreviousSelector] <String>]

DESCRIPTION​

Increments a string of characters

EXAMPLES​

EXAMPLE 1​

Get-Selector -PreviousSelector AA

Would return AB

EXAMPLE 2​

Get-Selector -PreviousSelector ZZ

Would return AAA

PARAMETERS​

-PreviousSelector​

Defines the string to be incremented

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS​

OUTPUTS​

NOTES​

EDIT THIS DOC​

This page was auto-generated from the powershell command comment based help. To edit the content of this page, update the script file comment based help on github Github